home *** CD-ROM | disk | FTP | other *** search
- object LogonScreen: TLogonScreen
- Left = 305
- Top = 147
- BorderIcons = []
- BorderStyle = bsToolWindow
- ClientHeight = 201
- ClientWidth = 385
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object ValidUntil: TLabel
- Left = 4
- Top = 188
- Width = 117
- Height = 13
- Caption = 'Valid Until 30/10/97'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Visible = False
- end
- object Image2: TImage
- Left = 8
- Top = 4
- Width = 369
- Height = 57
- Picture.Data = {<image000.bmp>}
- Stretch = True
- end
- object Version: TLabel
- Left = 8
- Top = 72
- Width = 5
- Height = 13
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object product: TLabel
- Left = 375
- Top = 72
- Width = 5
- Height = 13
- Alignment = taRightJustify
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Label3: TLabel
- Left = 360
- Top = 8
- Width = 13
- Height = 10
- Caption = 'TM'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -8
- Font.Name = 'Small Fonts'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object ParLabel: TLabel
- Left = 0
- Top = 64
- Width = 385
- Height = 25
- Alignment = taCenter
- AutoSize = False
- Caption = 'ParLabel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Visible = False
- WordWrap = True
- end
- object Logon: TButton
- Left = 232
- Top = 168
- Width = 51
- Height = 25
- Caption = 'Logon'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- OnClick = LogonClick
- end
- object Cancel: TButton
- Left = 304
- Top = 168
- Width = 49
- Height = 25
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = CancelClick
- end
- object GroupBox1: TGroupBox
- Left = 28
- Top = 88
- Width = 321
- Height = 77
- TabOrder = 2
- object Label2: TLabel
- Left = 40
- Top = 52
- Width = 55
- Height = 13
- Caption = 'Password'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label1: TLabel
- Left = 40
- Top = 24
- Width = 63
- Height = 13
- Caption = 'User Name'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Image1: TImage
- Left = 272
- Top = 12
- Width = 33
- Height = 33
- Picture.Data = {<image001.ico>}
- end
- object Userid: TComboBox
- Left = 112
- Top = 16
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = UseridChange
- OnClick = UseridChange
- OnEnter = UseridChange
- end
- object password: TEdit
- Left = 112
- Top = 44
- Width = 129
- Height = 21
- PasswordChar = '*'
- TabOrder = 1
- OnChange = UseridChange
- end
- end
- object AutoStartUp: TCheckBox
- Left = 28
- Top = 168
- Width = 169
- Height = 17
- Caption = 'Logon at System start up'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- State = cbChecked
- TabOrder = 3
- OnClick = AutoStartUpClick
- end
- object Timeout: TTimer
- Enabled = False
- Interval = 60000
- OnTimer = CancelClick
- Left = 8
- Top = 96
- end
- end
-